| Fully Qualified Name: | Zend\Hydrator\HydratorInterface |
| Extends: | HydrationInterface, ExtractionInterface |
| Name | Description | Defined By |
|---|---|---|
| extract() | Extract values from an object | ExtractionInterface |
| hydrate() | Hydrate $object with the provided $data. | HydrationInterface |
Extract values from an object
| Parameter Name | Type | Description |
|---|---|---|
| $object | object |
Returns: array
Hydrate $object with the provided $data.
| Parameter Name | Type | Description |
|---|---|---|
| $data | array | |
| $object | object |
Returns: object